import { APIKeys } from "../../interfaces/ApiKeys";
export declare const createEnv: (apiKeys: APIKeys, projectPath: string | undefined, local: boolean) => void;
