import type { PluginOptionsSchemaArgs } from "gatsby"; import type { ObjectSchema } from "gatsby-plugin-utils"; export declare const pluginOptionsSchema: ({ Joi, }: PluginOptionsSchemaArgs) => ObjectSchema;