export declare function checkSyncIfCommandExistsAsync(commandName: any, callback: any): Promise; export declare const checkSyncIfCommandExists: (commandName: string) => boolean;