import { VisioFile } from './types';
export declare function parseVisioFile(filePath: string): Promise<VisioFile>;
