export declare type Memo = {
    type?: string;
    format?: string;
    data?: string;
};
//# sourceMappingURL=memos.d.ts.map