export type exactOptionalPropertyTypes = { _: 0 | undefined; } extends { _?: 0; } ? false : true; //# sourceMappingURL=exactOptionalPropertyTypes.d.ts.map