import type { PrototypeStruct } from '../index.js'; interface IsBefore { isBefore(other: Date): boolean; } export declare const isBefore: PrototypeStruct; declare global { interface Date extends IsBefore { } } export {}; //# sourceMappingURL=is-before.d.ts.map