export declare function redirectToLogin(req: ReqType, res: ResType): void; export declare function inertiaLoginHelper(req: ReqType): Record; export declare function inertiaRegisterHelper(req: ReqType): Record; export declare function inertiaInitUserHelper(req: ReqType): Record;