import * as IO from "../../helpers/io.js";
declare const RBlobResponseRaw: IO.Type<{
    readonly hash: string;
    readonly size: IO.Branded<number, IO.IntBrand>;
    readonly expiresAt: Date;
}, any, any>;
export interface BlobResponse extends IO.TypeOf<typeof RBlobResponseRaw> {
}
export declare const RBlobResponse: IO.Type<BlobResponse, any, unknown>;
export {};
