/** @see https://antfu.me/posts/destructuring-with-object-or-array */ export declare function createIsomorphicDestructurable, A extends readonly any[]>(obj: T, arr: A): T & A; //# sourceMappingURL=createIsomorphicDestructurable.d.ts.map