import { AnyType, ObjectMap } from "@apexlang/core/model"; export declare function apexToRustType(typ: AnyType, config: ObjectMap, asRef?: boolean, lifetime?: string): string; export declare function defaultValue(type: AnyType, config: ObjectMap): string; export declare function defaultValueForPrimitive(type: AnyType, config: ObjectMap): string; //# sourceMappingURL=types.d.ts.map