export declare function getImportStatementsForCommandFns(_: { parsedCommands: { absolutePathToFile: string; exportValue: "default" | "named"; functionName: string; }[]; absolutePathToOutput: string; }): string;