diff --git a/packages/cli-module-auth/report.api.md b/packages/cli-module-auth/report.api.md index 39011f0bac..91191153c8 100644 --- a/packages/cli-module-auth/report.api.md +++ b/packages/cli-module-auth/report.api.md @@ -4,7 +4,6 @@ ```ts import { CliModule } from '@backstage/cli-node'; -import { getSecretStore } from '@backstage/cli-node'; import { HttpInit } from '@backstage/cli-node'; import { httpJson } from '@backstage/cli-node'; import { SecretStore } from '@backstage/cli-node'; @@ -23,7 +22,8 @@ export function getInstanceConfig( key: string, ): Promise; -export { getSecretStore }; +// @public (undocumented) +export function getSecretStore(): Promise; // @public @deprecated (undocumented) export function getSelectedInstance(