declare const getBool: (environment: boolean | string | undefined, ignore?: boolean) => string | boolean | undefined; export default getBool;