export type Media = { url: string; tag?: string; type?: string; width?: number; height?: number; fit?: string; position?: string; }; export declare function buildUuid(): string; //# sourceMappingURL=index.d.ts.map