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