export declare const TYPE_MAPPINGS: Record<string, string>;
/**
 * Common TLB definitions that are used across generators
 */
export declare const COMMON_TLB_DEFINITIONS = "// Common TLB definitions\nleft$0 {X:Type} {Y:Type} value:X = Either X Y;\nright$1 {X:Type} {Y:Type} value:Y = Either X Y;\n";
//# sourceMappingURL=constants.d.ts.map