export declare function isSea(): boolean; export declare function getAsset(_key: string): never; export declare function getAssetAsBlob(_key: string): never; export declare function getRawAsset(_key: string): never; declare const _default: { isSea: typeof isSea; getAsset: typeof getAsset; getAssetAsBlob: typeof getAssetAsBlob; getRawAsset: typeof getRawAsset; }; export default _default;