import { ActiveModelResponse as ActiveModelResponse_Service, make as ActiveModelResponse_make } from "./active-model-response.js"; export declare const ActiveModelResponse: { readonly ActiveModelResponse: typeof ActiveModelResponse_Service; readonly make: typeof ActiveModelResponse_make; }; export declare namespace ActiveModelResponse { type AttemptIdentity = import("./active-model-response.js").AttemptIdentity; type Snapshot = import("./active-model-response.js").Snapshot; type Interface = import("./active-model-response.js").Interface; }