import type { HstoreRecord } from '@sequelize-orm/core/_non-semver-use-at-your-own-risk_/abstract-dialect/data-types.js'; export declare function stringifyHstore(data: HstoreRecord): string; export declare function parseHstore(value: string): HstoreRecord;