import { Response } from '../dto'; export declare function defineResponse(response: Response): (...args: any[]) => void;