type CommandFn = (ctx: any, ...args: any[]) => any; export declare const getCommand: (name: string) => CommandFn | null; export {}; //# sourceMappingURL=registry.d.ts.map