/** Serialize text as a JSON string value. */
export declare const asString: (str: string) => string;
