/** Type of the gateway */
export declare enum TypeEnum {
    'private' = "private",
    'public' = "public"
}
//# sourceMappingURL=TypeEnum.d.ts.map