import { BaseFetch } from "../base_fetch";
export declare const executeWhereUndefinedLogic: (this: BaseFetch) => Promise<unknown>;
