export declare const IToolDeferralService: import("../../../util/common/services").ServiceIdentifier; export interface IToolDeferralService { readonly _serviceBrand: undefined; /** * Check whether a tool (by its API-facing name) should be non-deferred. * Returns true if the tool should always be immediately available when * tool search is enabled. */ isNonDeferredTool(name: string): boolean; } //# sourceMappingURL=toolDeferralService.d.ts.map