/**
 * Names of tools used by the WALLET commitment.
 *
 * @private constant of WalletCommitmentDefinition
 */
export declare const WalletToolNames: {
    readonly retrieve: string;
    readonly store: string;
    readonly update: string;
    readonly delete: string;
    readonly request: string;
};
