/*! * Copyright (c) Microsoft Corporation and contributors. All rights reserved. * Licensed under the MIT License. */ import nconf from "nconf"; /** * @internal */ export declare function getBooleanFromConfig(name: string, config: nconf.Provider): boolean; /** * @internal */ export declare function getNumberFromConfig(name: string, config: nconf.Provider): number; //# sourceMappingURL=configUtils.d.ts.map