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