import type { AvailableFeatures } from "gatsby";
/**
 * Check the readme for a list of available features.
 */
export declare function hasFeature(name: AvailableFeatures): boolean;
