import { CommandCallback } from '@microsoft/vscode-azext-utils'; /** * Use this to get extra error handling for commands that interact directly with site APIs. */ export declare function registerSiteCommand(commandId: string, callback: CommandCallback, debounce?: number): void;