import { FormatOptions, Node } from '.';
export declare class Formatter {
    private options;
    private isVTT;
    private hasReceivedHeader;
    private index;
    constructor(options: FormatOptions);
    format(node: Node): string;
    private formatCue;
}
