/**
 * Automatically provisions and installs locally-trusted TLS certificates for Node.js® https servers
 * (including Express.js, etc.) using mkcert.
 *
 * Based originally on @small-tech/auto-encrypt-localhost with major modifications
 */
export { getAutoGeneratedSSLCert } from './lib/get-ssl-cert';
export type { SslCert } from './types';
//# sourceMappingURL=index.d.ts.map