import { IBizroadOptions, queueFormType } from '../types';
export declare const writeFile: (links: queueFormType, { context, outputPath, name }: IBizroadOptions) => void;
