import type { OrType } from '../../type'; export type DiscriminatorFn = (val: unknown) => number; export declare class DiscriminatorCodegen { static readonly get: (this: unknown, or: OrType) => DiscriminatorFn; } //# sourceMappingURL=index.d.ts.map