import { type SceneDef } from '@expofp/renderer';
export interface ManageTrafficParams {
    permission: boolean;
    /** The scene whose traffic layers this fills; `config-all` pre-creates them in it. */
    scene: SceneDef | undefined;
    dataJsonUrl: string;
    websocketUrl: string;
}
export declare function useManageTraffic({ permission, scene, dataJsonUrl, websocketUrl, }: ManageTrafficParams): void;
//# sourceMappingURL=useManageTraffic.d.ts.map