export declare function generateTestIdWithPrefix({ id, prefix, }: { id: string; prefix?: string; }): string;