import type { colors } from './terminal';
import { type ColorsAdapterImpl } from '../utils';
export declare const BrowserAdapter: new (options?: Parameters<(typeof colors)[keyof typeof colors]>[0]) => ColorsAdapterImpl;
export default BrowserAdapter;