import type { IType } from '../types/interfaces/IType';
export declare function findType(params: {
    types: IType[];
    typeId: number;
}): IType;
//# sourceMappingURL=findType.d.ts.map