/**
 * Useful when parsing query parameters where booleans are represented as strings.
 * Falls back to `undefined` to allow default handling elsewhere.
 */
export declare const parseBooleanString: (value: boolean | null | string | undefined) => boolean | undefined;
//# sourceMappingURL=parseBooleanString.d.ts.map