import { SignAndSendSuccessResponse } from '@prosopo/typechain-types'; import type { ApiPromise } from '@polkadot/api'; import type { ConstructorOptions } from '@prosopo/typechain-types'; import type { KeyringPair } from '@polkadot/keyring/types'; export default class Constructors { readonly nativeAPI: ApiPromise; readonly signer: KeyringPair; constructor(nativeAPI: ApiPromise, signer: KeyringPair); new(__options?: ConstructorOptions): Promise<{ result: SignAndSendSuccessResponse; address: any; }>; newPanic(__options?: ConstructorOptions): Promise<{ result: SignAndSendSuccessResponse; address: any; }>; } //# sourceMappingURL=captcha.d.ts.map