export declare const generalTimestamp: (maybeTimestamp: string) => Date;
export declare const username: (...maybeUsernames: any[]) => string;
