import type { FunctionContext } from './types.ts'; /** * Creates a noop FunctionContext where all methods throw authentication errors. * Used as a fallback when the user is not logged in. * * @param cliName - The CLI name to display in error messages */ export declare function functionContextNoop(cliName: string): FunctionContext; //# sourceMappingURL=functionContextNoop.d.ts.map