declare const config: {
    cert: string;
    key: string;
    passphrase: string;
};
export default config;
