import type { ErrorType } from '../errors/utils.js'; export type VToYParityErrorType = ErrorType; export declare function vToYParity(v: number): number; //# sourceMappingURL=vToYParity.d.ts.map