/** * Get the GitHub Actions workflow filename. Either the one specified in the config or an * auto-detected file. */ export default function getGithubActionsWorkflow(config?: { workflow?: string; }): string; //# sourceMappingURL=get-github-actions-workflow.d.ts.map