import type { Accessor } from '../../../accessor/base.ts'; import type { RegisteredCommand } from '../../config.ts'; import { type CommandIO } from '../generic_bind/index.ts'; /** Build the create-if-missing touch override for one keyed store. */ export declare function makeTouch(resource: string, io: CommandIO): RegisteredCommand[]; //# sourceMappingURL=touch.d.ts.map