import { MiseFile } from './schema';
export declare function parseTomlFile(content: string, packageFile: string): MiseFile | null;
