/**
 * 使用时间戳生成字符串。
 *
 * @param prefix 时间戳前缀
 * @returns
 */
export declare function getTimestampString(prefix: string): string;
