import { SkyflowConfig } from "../types"; declare class Skyflow { constructor(config: SkyflowConfig); management(): void; } export default Skyflow;