/**
 * Insert plugins selected in create-gatsby questionnaire into `gatsby-config` files.
 *
 * Scope is limited to the `gatsby-config` files in `gatsby-starter-minimal` and
 * `gatsby-starter-minimal-ts`. Does not support general usage with other `gatsby-config` files.
 * Changes to the config object in those files may require a change to this transformer.
 *
 * @see {@link https://github.com/gatsbyjs/gatsby/blob/master/starters/gatsby-starter-minimal/gatsby-config.js}
 * @see {@link https://github.com/gatsbyjs/gatsby/blob/master/starters/gatsby-starter-minimal-ts/gatsby-config.ts}
 */
declare const _default: any;
export default _default;
