export declare const isResponseType: (type: string, response_type?: string | undefined) => boolean | "" | undefined; export declare const isScopeIncluded: (scope: string, scopes?: string | undefined) => boolean | "" | undefined; //# sourceMappingURL=oidc.d.ts.map