/** * Environment truthiness check for the ported Ink core. Accepts the common * shell truthy spellings (`1`, `true`, `yes`, `on`). * @param value - The environment value to interpret. * @returns True for booleans `true` and the truthy spellings, false otherwise. */ export declare function isEnvTruthy(value: string | boolean | undefined | null): boolean; //# sourceMappingURL=envUtils.d.ts.map