import type { IRawRequest } from '../types';
type RequestFunction = () => Promise<any>;
export declare function cocosLoginDecorator(request: RequestFunction, param?: IRawRequest): Promise<any>;
export {};
