export { formatXml } from './xml'; export * from './url'; export * from './string'; export * as DaisyUI from './daisyui'; export * from './daisyui'; export declare function newLocalId(baseName?: string): string; export declare function newUuid(baseName?: string): string;