export interface ApiTrackerPluginOptions { enabled?: boolean; mode?: 'openapi' | 'crawler'; snapshotPath?: string; diffReportPath?: string; securityConfigPath?: string; openApiSpec?: string; crawler?: { urls?: string[]; timeout?: number; followRedirects?: boolean; }; coveragePlugin?: { enabled?: boolean; configPath?: string; }; notifications?: { enabled?: boolean; position?: 'top-left' | 'top-right' | 'bottom-left' | 'bottom-right'; timeout?: number; }; } //# sourceMappingURL=types.d.ts.map