import AbstractSpruceTest from '@sprucelabs/test-utils';
export default class BulkImportingTest extends AbstractSpruceTest {
    private static importer;
    protected static beforeEach(): Promise<void>;
    protected static importerHasBulkImportMethod(): Promise<void>;
    protected static canImportSingleFile(): Promise<void>;
    protected static importingNothingGoesFast(): Promise<void>;
    protected static canImportTwoFiles(): Promise<void>;
    protected static shouldCleanupTmpDir(): Promise<void>;
    protected static cleansUpOnError(): Promise<void>;
    protected static throwsOnTheActualFileWithAnError(): Promise<void>;
    protected static throwsOnTheFirstActualFileWithAnErrorWithManyFiles(): Promise<void>;
    protected static helpfulErrorWhenImportNotExportedAsDefault(): Promise<void>;
    protected static resolveTestPath(...pathAfterTestDirsAndFiles: string[]): string;
}
