export declare const importFiles: (filePaths: string[]) => Promise<void>;
export declare const loadFiles: (filePattern: string[]) => string[];
