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