import { type IOptiGraphClient } from "@remkoj/optimizely-graph-client"; import { type ChannelDefinition } from "@remkoj/optimizely-graph-client/channels"; import { type GetContentByPathMethod } from './data.js'; import { SystemLocales, type LookupResponse } from "./_base.js"; export declare function loadContentByPath(client: IOptiGraphClient, getContentByPath: GetContentByPathMethod, requestPath: string, channel?: ChannelDefinition | string, locale?: LocaleEnum | LocaleEnum[]): Promise;