import { ResourceElement } from "./types.js"; //#region src/core/withKey.d.ts declare function withKey>(key: string | number, element: E, deps?: readonly unknown[]): E; //#endregion export { withKey }; //# sourceMappingURL=withKey.d.ts.map