/** Hosting configuration image to run website */
export declare enum ContainerEnum {
    'jessie_i386' = "jessie.i386",
    'legacy' = "legacy",
    'stable' = "stable",
    'stable64' = "stable64",
    'testing' = "testing"
}
//# sourceMappingURL=ContainerEnum.d.ts.map