import type { ItemSchema, VariablesSchema } from "../../types/schema/model"; /** * Type guard for `VariablesSchema` objects. * * @param schema An `ItemSchema` object. * @returns A boolean indicating whether the `schema` is a `VariablesSchema` object. */ export declare function is(schema: ItemSchema): schema is VariablesSchema; //# sourceMappingURL=variables.d.ts.map