import type { Algorithm } from './Algorithm'; import type { CallbackId } from './CallbackId'; export type GetSslCertificateParams = { hostnames: string[]; algorithm?: Algorithm; callback?: CallbackId; };