export declare class ExtensionFilename { private readonly _value; constructor(name: string, ext: string); value(): string; }