export declare function sleep(seconds: number): Promise<void>;
export declare const config: {
    port: number;
    host: string;
    password: string;
};
