export declare const logString: (str: string) => string;
export declare const logCodedString: (code: string, str: string) => string;
