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