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