import { TypeSolver } from 'lib/domain';
export declare class GetType implements TypeSolver {
    type(data: any): string;
}
