declare class TimestampUtil {
    static onlineTest(): string;
    static toTimestamp(date: unknown): void;
}
export { TimestampUtil };
