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