import type { PreviewScope, RelayControlMessage } from "@dev-anywhere/shared"; /** Preserve response data after validation while replacing Relay-owned routing fields. */ export declare function rewriteForwardedControl(validatedRaw: string, relayFields: { type: RelayControlMessage["type"]; requestId?: string; scope?: PreviewScope; }): string; //# sourceMappingURL=forwarded-control.d.ts.map