export default interface SDKOptions {
    /**
     * [Optional] Represents the base endpoint/url where the Platform API is located.
     * This is used for development purposes and is typically not required in production. The platform API is
     * responsible for initial transfer creation and progress reports to the Signiant cloud.
     */
    platformApiEndpoint?: string;
    /**
     * [Optional] Represents the base endpoint/url where the Messaging Service is located.
     * This is used for development purposes and is typically not required in production. The Messaging service
     * controls the initial configuration of the messaging channel between SDK and the installed app.
     */
    messagingServiceUrl?: string;
}
//# sourceMappingURL=SDKOptions.d.ts.map