export declare type CreateAuth = { username?: string; password: string; email?: string; };