/** * Transforms an sql domain name into a value to be used by zapatos as a Custom type name, e.g. some_enum -> SomeEnum */ export declare const transformCustomType: (domainName: string) => string; //# sourceMappingURL=transform-custom-type.d.ts.map