export declare const res_200: (input?: any, options?: null) => Response; export declare const res_201: (input?: any, options?: null) => Response; export declare const res_204: (input?: any, options?: null) => Response; export declare const res_400: (input?: any, options?: null) => Response; export declare const res_401: (input?: any, options?: null) => Response; export declare const res_404: (input?: any, options?: null) => Response; export declare const res_405: (input?: any, options?: null) => Response; export declare const res_429: (input?: any, options?: null) => Response; export declare const res_500: (input?: any, options?: null) => Response; export declare const res: (input: any, options?: any) => Response; export declare const resRaw: (htmlContent: string, contentType?: string) => Response; //# sourceMappingURL=Response.d.ts.map