/**
 * Creates a needsApproval function for file-mutation tools.
 * Returns false if the tool is always-allowed or the current mode is auto-accept/scheduler.
 */
export declare function createFileToolApproval(toolName: string): () => boolean;
//# sourceMappingURL=tool-approval.d.ts.map