import type { ClientSchema, MethodHandler } from "prostgles-types";
import type { InitOptions } from "./prostgles";
export declare const getMethods: ({ onDebug, methods, socket }: Pick<InitOptions, "onDebug" | "socket"> & Pick<ClientSchema, "methods">) => {
    methodsObj: MethodHandler;
};
//# sourceMappingURL=getMethods.d.ts.map