import * as Schema from "effect/Schema";
import * as Volume from "./Volume.generated.js";
declare const VolumeListResponse_base: Schema.Class<VolumeListResponse, {
    Volumes: Schema.NullOr<Schema.Array$<Schema.NullOr<typeof Volume.Volume>>>;
    Warnings: Schema.NullOr<Schema.Array$<typeof Schema.String>>;
}, Schema.Struct.Encoded<{
    Volumes: Schema.NullOr<Schema.Array$<Schema.NullOr<typeof Volume.Volume>>>;
    Warnings: Schema.NullOr<Schema.Array$<typeof Schema.String>>;
}>, never, {
    readonly Volumes: readonly (Volume.Volume | null)[] | null;
} & {
    readonly Warnings: readonly string[] | null;
}, {}, {}>;
export declare class VolumeListResponse extends VolumeListResponse_base {
}
export {};
//# sourceMappingURL=VolumeListResponse.generated.d.ts.map