/// <reference types="chai" />
import * as doc from './doc';
export declare let expect: Chai.ExpectStatic;
export declare function createLine(text: string, options?: {
    number?: number;
    offset?: number;
    ending?: string;
}): doc.Line;
