/** * Add a tool id to top-level `tools.trusted` in opensip-cli.config.yml. * * @throws {Error} When the config file is malformed, too large, or has an * incompatible shape for `tools.trusted`. */ export declare function addTrustedToolToConfig(configPath: string, toolId: string): boolean; //# sourceMappingURL=trust-config.d.ts.map