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