declare function execCommand(command: string): string | null;
export default execCommand;
