export declare class Opaque { private value; constructor(value: string); toString(): string; }