export type IsExpiredMethod = (useRealStatus?: boolean) => boolean;
export declare const isExpired: IsExpiredMethod;
