export interface PersistedQueryCache { set(key: string, data: string): Promise; get(key: string): Promise; }