import { IVoxaSheet } from "../VoxaSheet";
export declare function findSheetType(spreadsheet: IVoxaSheet): IVoxaSheet | undefined;
export declare function rowFormatted(acc: any[], next: any, iindex: number, arr: any[], reestrictFormat: boolean): any[];