import { Ctx } from '@usecapsule/core-sdk'; export declare function getPrivateKey(ctx: Ctx, userId: string, walletId: string, share: string, sessionCookie?: string): Promise;