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