import 'reflect-metadata'; import { Data } from './types'; export declare const capitalize: (str: string) => string; export declare const toLabel: (str: string) => string; export declare const defineMetadata: (thing: Object, metadata: Data) => void;