/** * Tool names provided by the `USE TIMEOUT` commitment. * * @private internal USE TIMEOUT constant */ export declare const TimeoutToolNames: { readonly set: string; readonly cancel: string; readonly list: string; readonly update: string; };