export declare const mockDeps: { getStoredComponentDocs: () => Promise; storeComponentDocs: () => Promise<{}>; runCodeGen: () => Promise; };