export declare class Filename { private _name; constructor(name: string); value(): string; }