import { FlextesaOptions } from "./types"; export declare const POD_NAME = "flextesa-sandbox"; export declare const startFlextesa: (_options: Partial, readyCallback?: (() => void) | undefined) => Promise; export declare const stopFlextesa: (callback?: (() => void) | undefined) => void; export declare const isFlextesaRunning: () => Promise;