/**
 * Checks whether a string value looks like true or false. If neither of those,
 * returns undefined.
 */
export declare function isTrueValue(value: unknown): boolean | undefined;
//# sourceMappingURL=isTrueValue.d.ts.map