import type { HTMLPopulateFn } from '../lexicalToHtml/async/types.js'; export declare const getRestPopulateFn: (args: { /** * E.g. `http://localhost:3000/api` */ apiURL: string; depth?: number; draft?: boolean; locale?: string; }) => HTMLPopulateFn; //# sourceMappingURL=restPopulateFn.d.ts.map