/** * Options for the SDK module. */ export interface Options { /** * The API URL of the client-side environment. */ apiUrl: string; } //# sourceMappingURL=options.d.ts.map