export declare const outputFormat: {
    table: {
        header: string;
        property: string;
    }[];
    json: string[];
};
