import type { AnalyticsAdapter } from '../types'; /** * Console adapter — logs all events to the console. * Ideal for development and debugging. */ export declare function createConsoleAdapter(options?: { verbose?: boolean; }): AnalyticsAdapter; //# sourceMappingURL=console.d.ts.map