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