export declare const isExtractableFile: (value: unknown) => value is boolean;
