import { type ProfileClient } from '@atlaskit/profilecard/types'; export declare function getMockProfilecardClient(BaseProfileClient: any, modifyResponse: any): any; interface ProfileCardClientProps { mockTimeout?: number; stableData?: boolean; } export declare function simpleMockProfilecardClient(props?: ProfileCardClientProps): ProfileClient; export {};