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