/** Returns whether the payload is a File */
export declare function isFile(payload: unknown): payload is File;