import { Runtime, Zone } from '../types';
import { Source } from '../graphql/types';
export default function SdkSetupAndUsageInfo(zone: Zone, org: {
url: string;
}, workspace: {
name: string;
}, source: Source, codegenDir: string, runtime: Runtime, projectDir: string): Promise<void>;