import type { StorefrontIntakePersistence } from "@voyant-travel/relationships-contracts/storefront-intake"; /** Standard graph adapter from Storefront intake to the selected Relationships package. */ export declare function createStorefrontIntakePersistence(): StorefrontIntakePersistence;