import type { ConnectionsFactory } from "./ConnectionsFactory";
export declare function standardDefinitions(factory: ConnectionsFactory): void;
