import { Options } from './utils'; declare const configureGithubWorkflow: (options: Options) => void; export default configureGithubWorkflow;