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