declare function typeMaker(TypeName: string, core: string, object?: boolean, hasExport?: boolean): string;
declare function enumarateMaker(enumName: string, core: string): string;

export { enumarateMaker, typeMaker };
