import { ResourceElement } from "./types.js";

//#region src/core/withKey.d.ts
declare function withKey<E extends ResourceElement<any, any>>(key: string | number, element: E): E;
//#endregion
export { withKey };
//# sourceMappingURL=withKey.d.ts.map