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