import type { SecurityScheme } from '@scalar/oas-utils/entities/spec'; import type { Path, PathValue } from '@scalar/object-utils/nested'; import type { WorkspaceStore } from '../../../../store/store.js'; /** Shape of the local storage auth object */ export type Auth

> = Record>>>; /** Update the security scheme with side effects */ export declare const updateScheme: >(uid: U, path: P, value: NonNullable>, { securitySchemeMutators, securitySchemes }: WorkspaceStore, persistAuth?: boolean) => void; //# sourceMappingURL=update-scheme.d.ts.map