export declare enum SelectorType { ENV = "env", CONFIG = "shared config entry", } export declare const stringUnionSelector: ( obj: Record, key: string, union: U, type: SelectorType ) => U[K] | undefined;