export declare class MissingFunctionImplementation extends Error { private functionKey; constructor({ functionKey }: { functionKey: any; }); getDisplayErrorMessage(): string; get name(): string; }