/** * actionsGenReadme parses the action.yml file and auto-generates README.md * inputs and outputs in a consistent format. */ export declare function actionsGenReadme(dir?: string): Promise;