export * from './widget'; /** * The command IDs used by the landing plugin. */ export declare namespace CommandIDs { const open: string; }