import { AcApContext } from '../app'; import { AcEdCommand } from '../editor'; /** * This is an internal command used to log some debug information in console. * @internal */ export declare class AcApLogCmd extends AcEdCommand { execute(context: AcApContext): Promise; private printSelectionSet; private printStats; private printPerformanceData; } //# sourceMappingURL=AcApLogCmd.d.ts.map