/**
 * Names of tools used by the MEMORY commitment.
 *
 * @private function of MemoryCommitmentDefinition
 */
export declare const MemoryToolNames: {
    readonly retrieve: string;
    readonly store: string;
    readonly update: string;
    readonly delete: string;
};
