import { IConsoleBanOptions } from './core'; export type { options, IConsoleBanOptions } from './core'; export declare const init: (option: IConsoleBanOptions) => void;