export type ConfVarValue = {
    /**
     * The value of the configuration variable.
     */
    value: string;
};
//# sourceMappingURL=ConfVarValue.d.ts.map