export declare function replaceInputsWithValue(node: string, inputs: Record<string, {
    value?: string;
}>): string;
