import { AnnotatedLine } from './model';
export declare function parseSnap(s: string): AnnotatedLine[];
export declare function renderSnap(xs: AnnotatedLine[]): string;
