import type Conf from "#Conf"; declare const _default: (conf: Conf) => Promise<{ cert: string; key: string; } | { cert?: undefined; key?: undefined; }>; export default _default; //# sourceMappingURL=get-options.d.ts.map