/** biome-ignore-all lint/suspicious/noAssignInExpressions: wip */
import { Authenticator, Delegate, Deserializer } from "./network";
export declare const services: {
    authenticator: Authenticator;
    readonly deserializer: Deserializer;
    readonly delegate: Delegate;
};
