export declare const PARAM_TO_ENUM: (param: string) => string | undefined; export declare const ENUM_TO_PARAM: (enumStr: string) => string | undefined;