export declare function getCustomLoaderByPath(path: string, cwd: string): any; export declare function useCustomLoader(loaderPointer: any, cwd: string): Promise; export declare function useCustomLoaderSync(loaderPointer: any, cwd: string): any;