import type { IrExpression } from "@tsonic/frontend"; export declare const unwrapTransparentExpression: (expr: IrExpression) => IrExpression; export declare const unwrapTransparentNarrowingTarget: (expr: IrExpression) => Extract | undefined; //# sourceMappingURL=transparent-expressions.d.ts.map