declare const _default: (type: "chat" | "music" | "all", username: string, time: string, intro: string) => string;
export default _default;
