export declare function fromNode(modulePath: string, options?: any): any; export declare function fromM(modulePath: string, options?: any): any; export declare function fromLocal(modulePath: string, options?: any): any;