export interface I_LoginBodyParams {
    email: string;
    password: string;
    fcm_token?: string;
}
//# sourceMappingURL=index.d.ts.map