export declare function metadata(type: string): {
    __metadata: {
        type: string;
    };
};
//# sourceMappingURL=metadata.d.ts.map