import { Expr } from '../Expr.js';
export declare function snippet(start?: string, end?: string, cutOff?: string, limit?: number): Expr<string>;
