export declare function detectUnserializableAwaitValueReason(expression: Record, bindings?: ReadonlyMap> | undefined, visited?: Set): string | undefined; export declare function collectOxcVariableInitializers(bodyStatements: readonly unknown[]): Map>; export declare function readOxcExpressionAttribute(code: string, attributes: readonly unknown[], name: string): string | undefined; export declare function readOxcExpressionAttributeNode(attributes: readonly unknown[], name: string): Record | undefined; //# sourceMappingURL=oxc-await-analysis.d.ts.map