export declare class Raw { _str: string; constructor(str: string); toString(): string; }