import { Service } from "../serviceSDK"; export declare class ZcaService extends Service { /** * Constructs a new OrderService instance. * @param endpoint - The endpoint URL for the service. * @param orgId - The organization ID. * @param storeId - The store ID. */ constructor(endpoint: string, orgId: string, storeId: string); setToken(token: string): void; loginQR(sessionId: string, appId: string): Promise; }