import { QueryGetUsernameByEmailArgs } from '../types'; export declare const getUsernameByEmail: (input: QueryGetUsernameByEmailArgs) => Promise;