import type { HttpLink, ThymianHttpRequest } from '@thymian/core'; import type { RunExpression } from '../runtime-expression.js'; export declare function findPartsInRequest(req: ThymianHttpRequest, name: string): string[]; export declare function processLinkObjectParameters(parameters: Record | undefined, req: ThymianHttpRequest): Pick; //# sourceMappingURL=link-object.processor.d.ts.map