export declare function serializeByKey<T>(key: string, task: () => Promise<T>): Promise<T>;
