export declare const enableGCloudServices: (services: string[], config: {
    projectId: string;
}) => Promise<void>;
