import { TypeEnum } from "../types/TypeEnum"; export declare const equalTypes: (parsedTypeA: { _type: TypeEnum; }, parsedTypeB: { _type: TypeEnum; }) => boolean;