import type { FileAttributes, State, StateHandler } from '../../types'; declare const addFile: (state: State, stateHandler: StateHandler, attributes?: FileAttributes) => string; export default addFile;