import { RestrictableObjectType } from '..';
export declare type RestrictableObjectDescriptor = {
    id: string;
    type: RestrictableObjectType;
};
