export interface CreateDcrArgs { name: string; appId?: string; wellKnownAuthorizationServer: string; targetUrlsShouldStartWith?: string[]; applicableToApps?: string; targetAudience?: string; } //# sourceMappingURL=createDcrArgs.d.ts.map