import { Service } from "../serviceSDK"; export declare class AuthorizationService extends Service { constructor(endpoint: string, orgId: string, storeId: string); checkToken(orgId: string, token: string): Promise; }