import { IrModule } from "@tsonic/frontend"; import type { EmitterContext } from "../../types.js"; import { type MutableStorageAnalysis } from "./mutable-storage-detection.js"; export declare const analyzeMutableStorage: (module: IrModule, context: EmitterContext) => MutableStorageAnalysis; //# sourceMappingURL=mutable-storage-visitors.d.ts.map