import { UpdateEditionVaultParams } from '../../types'; export declare const updateEditionVault: (params: UpdateEditionVaultParams) => Promise;