import type { ImportOptions, ImportResult, ImportSource } from './types.js';
export { DatasetImportCommand } from './commands/dataset/import.js';
export declare function sanityImport(input: ImportSource, opts: Partial<ImportOptions>): Promise<ImportResult>;
//# sourceMappingURL=import.d.ts.map