import { IVoxaSheet } from "../VoxaSheet";
export declare function buildFromLocalExcel(options: any, spreadsheetKey: string): Promise<IVoxaSheet[]>;
