export type SslCert = {
    key: string;
    cert: string;
};
//# sourceMappingURL=types.d.ts.map