import type { RecordFragment } from './types';
export declare function parse(input: string, packageFile?: string): RecordFragment[] | null;
