import { UxCommand } from "../constants"; import { Command } from "../types"; export declare const ux: { [UxCommand.PickAttachmentFile]: Command; [UxCommand.PickAttachmentImage]: Command; };