export declare const OPFS_MSG_QUOTA_EXCEEDED = "OPFS_MSG_QUOTA_EXCEEDED"; export declare const OPFS_MSG_WRITE_SKIPPED_SIZE = "OPFS_MSG_WRITE_SKIPPED_SIZE"; export declare const OPFS_MSG_CACHE_LIMIT_REACHED = "OPFS_MSG_CACHE_LIMIT_REACHED"; export declare const OPFS_MSG_EVICTION_COMPLETED = "OPFS_MSG_EVICTION_COMPLETED"; export declare const OPFS_MSG_WRITE_FAILED = "OPFS_MSG_WRITE_FAILED"; export declare const OPFS_MSG_SKIP_QUOTA_EXCEEDED = "OPFS_MSG_SKIP_QUOTA_EXCEEDED"; export declare const OPFS_MSG_BACKGROUND_FETCH_FAILED = "OPFS_MSG_BACKGROUND_FETCH_FAILED"; export declare const OPFS_MSG_BACKGROUND_FETCH_ABORTED = "OPFS_MSG_BACKGROUND_FETCH_ABORTED"; export declare const OPFS_MSG_BACKGROUND_FETCH_COMPLETED = "OPFS_MSG_BACKGROUND_FETCH_COMPLETED"; export declare const OPFS_MSG_BACKGROUND_FETCH_FILE_WRITTEN = "OPFS_MSG_BACKGROUND_FETCH_FILE_WRITTEN"; export declare const OPFS_MSG_RANGE_CACHE_FETCH_STARTED = "OPFS_MSG_RANGE_CACHE_FETCH_STARTED"; export declare const OPFS_MSG_RANGE_CACHE_FETCH_ALL_DONE = "OPFS_MSG_RANGE_CACHE_FETCH_ALL_DONE"; export declare const OPFS_REQUEST_GET_BACKGROUND_FETCH_FILTER = "OPFS_REQUEST_GET_BACKGROUND_FETCH_FILTER"; export declare const OPFS_RESPONSE_BACKGROUND_FETCH_FILTER = "OPFS_RESPONSE_BACKGROUND_FETCH_FILTER"; export declare const OPFS_REQUEST_GET_REGISTERED_FOLDERS = "OPFS_REQUEST_GET_REGISTERED_FOLDERS"; export declare const OPFS_RESPONSE_REGISTERED_FOLDERS = "OPFS_RESPONSE_REGISTERED_FOLDERS"; export declare const OPFS_REQUEST_DELETE_FROM_CACHE = "OPFS_REQUEST_DELETE_FROM_CACHE"; export declare const OPFS_RESPONSE_DELETE_FROM_CACHE = "OPFS_RESPONSE_DELETE_FROM_CACHE"; export declare const OPFS_REQUEST_HAS_IN_CACHE = "OPFS_REQUEST_HAS_IN_CACHE"; export declare const OPFS_RESPONSE_HAS_IN_CACHE = "OPFS_RESPONSE_HAS_IN_CACHE"; export declare const OPFS_REQUEST_LIST_CACHED_RESOURCES = "OPFS_REQUEST_LIST_CACHED_RESOURCES"; export declare const OPFS_RESPONSE_LIST_CACHED_RESOURCES = "OPFS_RESPONSE_LIST_CACHED_RESOURCES"; export declare const OPFS_REQUEST_CLEAR_CACHE = "OPFS_REQUEST_CLEAR_CACHE"; export declare const OPFS_RESPONSE_CLEAR_CACHE = "OPFS_RESPONSE_CLEAR_CACHE"; export declare const OPFS_REQUEST_CLEAR_SERVED_FROM_NETWORK = "OPFS_REQUEST_CLEAR_SERVED_FROM_NETWORK"; export declare const OPFS_RESPONSE_CLEAR_SERVED_FROM_NETWORK = "OPFS_RESPONSE_CLEAR_SERVED_FROM_NETWORK"; export declare const OPFS_BACKGROUND_FETCH_ID_PREFIX = "opfs-ranges-"; export type OpfsMessageType = typeof OPFS_MSG_QUOTA_EXCEEDED | typeof OPFS_MSG_WRITE_SKIPPED_SIZE | typeof OPFS_MSG_CACHE_LIMIT_REACHED | typeof OPFS_MSG_EVICTION_COMPLETED | typeof OPFS_MSG_WRITE_FAILED | typeof OPFS_MSG_SKIP_QUOTA_EXCEEDED | typeof OPFS_MSG_BACKGROUND_FETCH_FAILED | typeof OPFS_MSG_BACKGROUND_FETCH_ABORTED | typeof OPFS_MSG_BACKGROUND_FETCH_COMPLETED | typeof OPFS_MSG_BACKGROUND_FETCH_FILE_WRITTEN | typeof OPFS_MSG_RANGE_CACHE_FETCH_STARTED | typeof OPFS_MSG_RANGE_CACHE_FETCH_ALL_DONE;