import type { WithAccessibleAcr } from "../acp";
import type { ThingPersisted } from "../..";
/** @hidden */
export declare function setAccessControlResourceThing<T extends WithAccessibleAcr>(resource: T, thing: ThingPersisted): T;
