export declare function getPermanentSuspensionDate(): Date;
export declare function isPermanentSuspensionDate(date: Date): boolean;
export declare function localStorageKey(): string;
