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