import { type IOptiGraphClient } from "@remkoj/optimizely-graph-client/client"; import { type IRouteResolver } from "@remkoj/optimizely-graph-client/router"; import { type ChannelDefinition } from "@remkoj/optimizely-graph-client/channels"; import { type LookupResponse } from "./_base.js"; export declare function getInfoByPath(client: IOptiGraphClient, routerFactory: (client?: IOptiGraphClient) => IRouteResolver, requestPath: string, channel?: ChannelDefinition | string): Promise;