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