export interface NicknameHistory {
    name: string;
    changedToAt: number;
}
//# sourceMappingURL=history.d.ts.map