import { ApiErrorResponse } from './coreResponses'; type Func = (...args: any[]) => ApiErrorResponse; export declare function errorIntercept(oldValue: Func, context: unknown, args: unknown[]): ApiErrorResponse | Promise; export declare const ensureNoError: MethodDecorator; export {}; //# sourceMappingURL=ensureNoError.d.ts.map