/**
 * Check if a nanocoder tool is configured to always be allowed
 * @param toolName - The name of the tool to check
 * @returns true if the tool is in the alwaysAllow list, false otherwise
 */
export declare function isNanocoderToolAlwaysAllowed(toolName: string): boolean;
//# sourceMappingURL=nanocoder-tools-config.d.ts.map