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