import { ClientSDK, RequestOptions } from "../lib/sdks.js"; import { CustomerSession } from "../models/components/customersession.js"; import { CustomerSessionsCreateCustomerSessionCreate } from "../models/operations/customersessionscreate.js"; export declare class CustomerSessions extends ClientSDK { /** * Create Customer Session * * @remarks * Create a customer session. * * For organizations with `member_model_enabled`, this will automatically * create a member session for the owner member of the customer. * * **Scopes**: `customer_sessions:write` */ create(request: CustomerSessionsCreateCustomerSessionCreate, options?: RequestOptions): Promise; } //# sourceMappingURL=customersessions.d.ts.map