import type * as t from '@babel/types'; /** * @returns The parsed JSON value if the AST is a JSON module, otherwise undefined. */ export declare function transformJsonModule(ast: t.File): unknown; //# sourceMappingURL=json-module.d.ts.map