import { AbstractAgent } from './AbstractAgent'; /** * Goose agent adapter for Block's Goose AI assistant. * Propagates rules to .goosehints file. */ export declare class GooseAgent extends AbstractAgent { getIdentifier(): string; getName(): string; getDefaultOutputPath(projectRoot: string): string; getMcpServerKey(): string; supportsNativeSkills(): boolean; }