import type { 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 */
export declare const hasToken: (scheme: SecurityScheme) => Boolean;
//# sourceMappingURL=has-token.d.ts.map