import type { GatsbyGraphQLInputObjectType, NodePluginSchema } from "gatsby";
export type BuildImgixParamsInputObjectTypeConfig = {
    schema: NodePluginSchema;
};
export declare const buildImgixURLParamsInputObjectType: (config: BuildImgixParamsInputObjectTypeConfig) => GatsbyGraphQLInputObjectType;
