import type { CommandContext } from './context.js'; export declare function handleApikeySet(ctx: CommandContext, target: string | undefined): Promise; export declare function handleApikeyShow(ctx: CommandContext, target: string | undefined): void; export declare function handleApikeyRemove(ctx: CommandContext, target: string | undefined): void;