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