import { BINDCONFIG } from './types';
export declare const generateConfig: (config: BINDCONFIG) => Promise<string>;
