export declare function loginInputArgsValidator(args: Partial): Record; export interface LoginInputArgs { email: string; password: string; }