import { Complete, InitOptions } from './types'; export declare type Config = Complete; export declare const init: (options: InitOptions) => Config;