export declare const tryOpenFileAsObject: (fileLocation: string, needArray?: boolean) => Promise<any>;
