import type { APBuilderArgs } from '../src';
import { AkashicPay, Environment } from '../src';
export declare function buildSDKInstance(args: APBuilderArgs<Environment.Development>): Promise<AkashicPay<Environment.Development>>;
