export interface ClientMetadata { name: string; description: string; url: string; icons: string[]; } //# sourceMappingURL=types.d.ts.map