import { Parsed } from "../../parse/types"; export declare function paramsLine(parsed: Parsed): string; export declare function prefixedParams(params: string): string;