import type { IShape } from "../api.js";
/** @internal */
export declare const __dispatch: (x: IShape) => string | number;
/** @internal */
export declare const __dispatch2: (a: IShape, b: IShape) => string;
//# sourceMappingURL=dispatch.d.ts.map