declare type RemoteStateConsumerRelationship = {
    id: string;
    type: 'workspaces';
};
export declare type RemoteStateConsumerRequest = {
    data: RemoteStateConsumerRelationship[];
};
export {};
