/** * Copyright (c) @talatkuyuk AKA @ipikuka * SPDX-License-Identifier: MPL-2.0 */ import type { HydrateResult, HydrateProps } from "./types.js"; /** * "run"s the javascript code in the compiled source, and * returns the component whether or not wrapped with the MDXProvider * in the domain of client side rendering (csr). */ export declare function hydrate({ compiledSource, frontmatter, scope, components, disableParentContext, }: HydrateProps): HydrateResult; //# sourceMappingURL=hydrate.d.ts.map