interface GitHubActionsOptions { workflowName?: string; schedule?: string; autoPush?: boolean; } export declare function githubActions(options?: GitHubActionsOptions): Promise; export {}; //# sourceMappingURL=github-actions.d.ts.map