import { CommunityResponseDto, CommunityStatsDto, SearchCommunityResponseDto, UserDto } from "../dtos"; export declare function randomUuid(): string; export declare function randomBigInt(): bigint; export declare function createMockUser(id: bigint): UserDto; export declare function createMockCommunityStats(): CommunityStatsDto; export declare function createMockCommunity(id: number): CommunityResponseDto; export declare function createMockSearchCommunityResponse(count?: number): SearchCommunityResponseDto; export declare const mockSearchCommunityResponse: SearchCommunityResponseDto; export declare const mockLargeSearchCommunityResponse: SearchCommunityResponseDto; export declare const mockEmptySearchCommunityResponse: SearchCommunityResponseDto;