export declare const loadModule: (file: string) => Promise; export declare const listFiles: (folder: string, extension?: string) => Promise; export declare const listAllFiles: (folder: string) => Promise; export declare const merge: (target: { [key: string]: any; }, source: { [key: string]: any; }) => { [key: string]: any; };