UNPKG

@qavajs/core

Version:

qavajs framework core

4 lines (3 loc) 219 B
export declare function importFile(path: string): Promise<any>; export declare function importMemory(path: string): Promise<any>; export declare function importConfig(configPath: string, profile: string): Promise<any>;