export declare function issueCommand(command: string, properties?: Record<string, unknown>, message?: string): string;
