import type { IResourceItem } from "../../../contexts/resource/types"; /** * Remove all properties that are non-serializable from a resource object. */ export declare const sanitizeResource: (resource?: Partial & Required> & { children?: unknown; } & Record) => (Partial & Required>) | undefined; //# sourceMappingURL=index.d.ts.map