import type { FromSchema } from 'json-schema-to-ts';
export declare const dependenciesExistSchema: {
    readonly $id: "#/components/schemas/dependenciesExistSchema";
    readonly type: "boolean";
    readonly description: "`true` when any dependencies exist, `false` when no dependencies exist.";
    readonly components: {};
};
export type DependenciesExistSchema = FromSchema<typeof dependenciesExistSchema>;
//# sourceMappingURL=dependencies-exist-schema.d.ts.map