import { ClientSDK, RequestOptions } from "../lib/sdks.js"; import * as components from "../models/components/index.js"; import * as operations from "../models/operations/index.js"; export declare class Sessions extends ClientSDK { /** * Create Session * * @remarks * Making a POST request to this endpoint will initiate a Hosted Vault session. Redirect the consumer to the returned * URL to allow temporary access to manage their integrations and settings. * * Note: This is a short lived token that will expire after 1 hour (TTL: 3600). */ create(request?: components.Session | undefined, options?: RequestOptions): Promise; } //# sourceMappingURL=sessions.d.ts.map