import { AsyncAPIFile } from '@mintlify/common';
export declare const writeAsyncApiFiles: (asyncApiFiles: AsyncAPIFile[]) => Promise<void>;
