export * from './actions'; export * from './array'; export * from './audio'; export * from './canvas'; export * from './colors'; export * from './date'; export * from './delay'; export * from './download'; export * from './drop'; export * from './events'; export * from './glb'; export * from './guid'; export * from './images'; export * from './json'; export * from './localhost'; export * from './logs'; export * from './markdown'; export * from './math'; export * from './mobile'; export * from './navigation'; export * from './number'; export * from './object'; export * from './options'; export * from './os'; export * from './regex'; export * from './rollup'; export * from './schema'; export * from './share'; export * from './sort'; export * from './storage.local'; export * from './storage.session'; export * from './textures'; export * from './upload'; export declare let VERSION: string; export declare const ts: () => number; export declare const ROOT_DIRECT = "https://storage.googleapis.com/sloyd-assets"; export declare const ROOT = "https://storage.googleapis.com/sloyd-assets"; export declare const ROOT_QUALITY = "https://storage.googleapis.com/ai-services-quality"; export declare const ROOT_MEDIA: string; export declare const ROOT_DB: string; export declare const ROOT_SOURCE: string; export declare const ROOT_OUTPUT: string; export declare const ROOT_SECTION: (section: string, direct?: boolean) => string; export declare const ROOT_GLBS = "https://storage.googleapis.com/sloyd-glbs";