interface GatsbyBabelOptions {
    reactRuntime?: string;
    reactImportSource?: string;
}
declare function getGatsbyBabelOptions({ presetOptions }: {
    presetOptions: any;
}): Record<string, string | boolean>;
