import type { LocalState } from './types.js'; export declare const startLiveTunnel: ({ localPort, netlifyApiToken, siteId, slug, }: { localPort: number; netlifyApiToken?: string | null | undefined; siteId?: string | undefined; slug: string; }) => Promise; export declare const getLiveTunnelSlug: (state: LocalState, override?: string) => string; //# sourceMappingURL=live-tunnel.d.ts.map