/** Prepare a row for the store. */ export declare function dehydrateRow>(row: T): Record; /** Restore a row read back from the store. */ export declare function hydrateRow>(row: Record): T;