import { IacOutputMeta } from '../../../types';
export declare function formatShareResultsOutput(outputMeta: IacOutputMeta): string;
