/** @packageDocumentation
 * @module Utilities
 */
/** Parses a string case-insensitively returning true for "ON" or "TRUE", false for "OFF" or "FALSE" and undefined otherwise.
 * Used by various tools which take such arguments.
 * @beta
 */
export declare function parseBoolean(arg: string | undefined): boolean | undefined;
//# sourceMappingURL=parseBoolean.d.ts.map