/** List of possible method for HTTP probes. Consider using HEAD to save bandwidth when possible. */
export declare enum ProbeMethodEnum {
    'GET' = "GET",
    'HEAD' = "HEAD",
    'OPTIONS' = "OPTIONS",
    'internal' = "internal"
}
//# sourceMappingURL=ProbeMethodEnum.d.ts.map