import type { TransformerGen } from "./types.js";
export declare const string: TransformerGen<string>;
