export declare class UpdateShopIntegrationsDto {
    googleApiKey?: string;
    googlePlaceId?: string;
    facebookAppId?: string;
    facebookAppSecret?: string;
    instagramAccessToken?: string;
    instagramBusinessAccountId?: string;
}
