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