import { IrType } from "@tsonic/frontend"; import { EmitterContext } from "../types.js"; import type { CSharpExpressionAst } from "../core/format/backend-ast/types.js"; export declare const isValueTaskLikeIrType: (type: IrType | undefined) => boolean; export declare const emitNormalizedAwaitTaskAst: (valueAst: CSharpExpressionAst, valueType: IrType | undefined, resultType: IrType | undefined, context: EmitterContext) => [CSharpExpressionAst, EmitterContext]; //# sourceMappingURL=await-normalization.d.ts.map