import type * as Schema from "../../Schema.ts";
export interface MutableReport {
    readonly warnings: Array<Schema.Annotations.ToArbitrary.Warning>;
}
//# sourceMappingURL=arbitrary.d.ts.map