export declare class FileName { private _value; constructor(name?: string); value(): string; }