export declare type Config = {
    DEFAULT_MIN_SIZE: number;
    DEFAULT_PREFIX_ONLY: boolean;
    ESCAPE_SPECIAL_CHARACTERS: boolean;
    DEFAULT_EXACT_SEARCH: boolean;
};
declare const config: Config;
export default config;
