export declare const spliceImportFrom: (specifier: string, source: string) => string; export declare const spliceImportOrImportFrom: (obj: { specifier?: string; source: string; }) => string; export declare const spliceImport: (source: string) => string; export declare const spliceExportFrom: (specifier: string, source: string) => string; export declare const spliceExportAll: (source: string) => string; export declare const getFileNameFromFilePath: (f: string) => string; export declare const removeFileExt: (p: string) => string; export declare const sleep: (ms: number) => Promise;