import { IrType } from "@tsonic/frontend"; import { EmitterContext } from "../../types.js"; export declare const matchesEmittedStorageSurface: (actualType: IrType | undefined, expectedType: IrType | undefined, context: EmitterContext) => [boolean, EmitterContext]; //# sourceMappingURL=storage-surface-match.d.ts.map