import * as Schema from "./Schema.ts"; /** * @since 4.0.0 * @experimental */ export declare function getNativeClassSchema any, S extends Schema.Struct>(constructor: C, options: { readonly encoding: S; readonly annotations?: Schema.Annotations.Declaration>; }): Schema.decodeTo, S["Iso"]>, S>; //# sourceMappingURL=SchemaUtils.d.ts.map