export declare type InteractionsResponse = {
    [key: string]: any;
};
