declare const optionType: "LOCAL" | "VAULT" | "SESSION";
declare type ConfigSourceOptionType = typeof optionType;

export { ConfigSourceOptionType, optionType };
