export declare function CachedQuery({ builder }: { builder: (...args: any[]) => string; }): (target: any, key: string, descriptor: any) => void; //# sourceMappingURL=cached-query.interceptor.d.ts.map