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