import type { RepetierServerClient } from "../index.js";
export declare function connect(this: RepetierServerClient): Promise<unknown>;
