export declare class TCStringFactory { static base(isForSaving?: boolean): string; static withPubRestrictions(isForSaving?: boolean): string; }