importtype { SecurityScheme } from'@scalar/types/entities';
/** Pass in a security scheme and it will return true if it has a token or value depending on the scheme type */exportdeclareconsthasToken: (scheme: SecurityScheme) =>Boolean;
//# sourceMappingURL=has-token.d.ts.map