import { Action } from '@balena/jellyfish-types/build/worker'; export declare type ActionRequest = Parameters[3]; export interface GoogleMeetCredentials { project_id: string; client_email: string; private_key: string; client_id: string; }