export declare const NotImplementedFn: (...args: any[]) => any;
export declare const NotImplementedAsyncFn: (...args: any[]) => Promise<any>;
