/**
 * Parses the string value of an environment variable to a boolean.
 */
export declare function envToBool(envName: string | undefined): boolean;
