export declare function start(allowedIPAddresses: string[], deniedIPAddresses: string[], hostname: string, port: number, requiresUserNamePasswordAuthentication: boolean, userNamePasswordPairs: string[][]): void;