export declare class ResourceStub {
    type: string;
    id: string;
}
