import { AcApContext, AcEdCommand } from '@mlightcad/cad-simple-viewer'; /** * Opens the Memory profiling palette for diagnosing drawing memory usage. * * Collects the snapshot under the application busy overlay before opening the * palette so the spinner stays visible for the expensive work. */ export declare class AcApMemCmd extends AcEdCommand { execute(context: AcApContext): Promise; } //# sourceMappingURL=AcApMemCmd.d.ts.map