/**
 * Checks that Wireguard is installed and available in path at 'wg' and returns the version string.
 *
 * Will throw on Error if wg is not installed
 */
export declare const checkWgIsInstalled: () => Promise<string>;
