import { Operation, TargetType } from '../models'; export declare type GetConfigurationForDappInput = Readonly<{ dappAddress: string; }>; export declare type GetConfigurationForDappResult = Readonly<{ supportedTargetTypes: ReadonlyArray; supportedSmsCountryCodes: ReadonlyArray; }>; export declare type GetConfigurationForDappService = Readonly<{ getConfigurationForDapp: Operation; }>; //# sourceMappingURL=GetConfigurationForDapp.d.ts.map