import { IConfig } from './types'; declare const _default: (config: IConfig) => string; export default _default;