import type { ParsedFile } from './index.js';
export declare function parse(input: string, filename: string): ParsedFile;
