export declare class NotImplementedDataLoader { private config; constructor(config: any); load(): Promise; }