type Param = { str: string; userId: string | number; }; export default function replaceDatasquirelDbName({ str, userId, }: Param): string; export {};