import { Event } from '../index'; export interface AppLinkActionEvent extends Event { ref: string; } //# sourceMappingURL=AppLinkActionEvent.d.ts.map