export declare const assetStore: Record<string, {
    base64: string;
    mimeType: string;
}>;
