export declare class Package { private readonly _value; constructor(value?: string); string(): string; }