export declare const useAuthResult: () => { needReset: (res: any) => boolean; pageLocation: () => void; resultSuccess: (res: any, fn: Function) => { status: boolean; msg: string; } | undefined; resultFailed: (type: string) => { status: boolean; msg: string; }; resultError: () => void; }; //# sourceMappingURL=result.d.ts.map