export declare class IntegrationInfo {
    id: string;
    createdAt: Date;
    merchantId?: string;
    token: string;
    platform: string;
    appInstanceId?: string;
    storeUrl: string;
    storeName?: string;
}
