/** * Redirects request to the specified URL. * * @publicApi */ export declare function Redirect(url?: string, statusCode?: number): MethodDecorator;