declare enum Types { service = "A Blackbox API service.", datatype = "A datatype used by a service.", repository = "A datatype repository." } export default Types; export declare const printTypes: (prefix: string, format?: (prefix: string, key: string, value: string) => string) => string;