import IntentSubject from './IntentSubject';
export default interface Pwa {
    id: string;
    title: string;
    url: string;
    intentSubjects: IntentSubject[];
    host?: string;
}
//# sourceMappingURL=Pwa.d.ts.map