/** * Injects all request's cookies to the controller action parameter. * Must be applied on a controller action parameter. */ export declare function CookieParams(): (object: Object, methodName: string, index: number) => void;