import { ExtractState } from "./public/index.js"; export declare function extractSync(state: Partial & { unwrap?: boolean; }): ExtractState;