/** Possible values for ssl type */
export declare enum SslTypeEnum {
    'built' = "built",
    'built_not_routed' = "built_not_routed",
    'custom' = "custom"
}
//# sourceMappingURL=SslTypeEnum.d.ts.map