export default interface Storage { createRecord(recordName: string, data: Record): void; }