declare namespace _default { let name: string; let version: string; let exports: string; let lock: boolean; let nodeModulesDir: string; let tasks: { cli: string; build: string; "build:npm": string; publish: string; "publish:npm": string; check: string; test: string; }; namespace fmt { let semiColons: boolean; let singleQuote: boolean; let lineWidth: number; } namespace publish { let exclude: string[]; } let imports: { "@anthropic-ai/sdk": string; "@deno/dnt": string; "@google/genai": string; "@openai/openai": string; "@std/assert": string; "@std/cli": string; "@std/path": string; consola: string; }; let allowScripts: string[]; } export default _default; //# sourceMappingURL=deno.d.ts.map