import { Template as T } from '@itrocks/template';
import { VariableParser } from '@itrocks/template';
export declare class Template extends T {
    doLiteral: boolean;
    parsers: VariableParser[];
    applyLiterals(text: string, parts?: string[]): string;
}
