export declare type FileErrorReason = 'MISSING_CONTENTS' | 'SIZE_TOO_LARGE' | 'UNKNOWN';
