import { RunOutput, RunOutputProfile } from '@sketch-hq/sketch-assistant-types';
/**
 * Create a profile data object for a given RunOutput. Profile data collates statistics that may
 * help provide insight into Assistant performance, including for example rules that may be taking
 * a long time to execute. One way to view profile data is to pass the `--profile` flag to the
 * Assistants CLI.
 */
export declare const makeProfile: (output: RunOutput) => RunOutputProfile;
//# sourceMappingURL=index.d.ts.map