export declare class MapperUtils { static resolveKey(tKey: (new () => T) | T | string): string; static setIdentifier(newable: new () => T, identifier: string): void; }