import { ICommandsRegistry } from "./ICommands";
declare function commandsRegistry(viewerType?: string): ICommandsRegistry;
export { commandsRegistry };
