import Handlebars from "handlebars"; export declare function trimInterfaceName(typeName: string): string; export declare function getTypeScriptPrimitive(type: string): string; export declare function getTypeScriptType(type: string): string; export declare function getTypeScriptInterfacePrimitive(type: string): string; export declare function getMongoidPrimitive(type: string): string; export declare function getMongooseSystemType(typeName: string): string; export declare function isMongooseSchemaFunctionRequired(type: string): boolean; export declare function isMongooseSchemaFunctionIdRequired(type: string): boolean; export declare function eq(arg1: string, arg2: string): boolean; export default Handlebars; //# sourceMappingURL=templateHelpers.d.ts.map