export { supportedOperations } from '../../src/supported_operations'; export declare const connection: () => Promise<{ pool: any; schemaProvider: any; cleanup: any; }>; export declare const cleanup: () => Promise; export declare const initEnv: () => Promise; export declare const shutdownEnv: () => Promise; export declare const setActive: () => void; export declare const name = "google-sheets";