import type { Context } from '../../types'; export declare function selectPath(expression: string, input: unknown, context: Context): any; //# sourceMappingURL=selectPath.d.ts.map