import { ISyncPayload } from '../../types/sync-payload.type';
export declare function buildCustomerPayload(customerId: string): Promise<ISyncPayload>;
