import { OpenVpnConfigCommon } from './types'; export declare function generateCommon(result: string[], config: OpenVpnConfigCommon): void;