import type { ResourceElement } from "./types.js";
export declare function withKey<E extends ResourceElement<any, any>>(key: string | number, element: E): E;
//# sourceMappingURL=withKey.d.ts.map