import type { CmsContext } from "../types/index.js"; /** * TODO: Legacy function - review and remove! */ export declare const isHeadlessCmsReady: ({ tenancy }: CmsContext) => Promise;