import type { ResultFragment } from './fragments';
export declare function parse(input: string): ResultFragment[];
