export declare class VerbatimString extends String {
    format: string;
    constructor(format: string, value: string);
}
