import type { ActionFile } from '@balena/jellyfish-plugin-base'; import type { GoogleMeetCredentials } from '../../lib/types'; /** * Get Google Meet credentials from environment variable. * Temporarily supports both raw strings and base64 strings * while we migrate this variable to base64. * * @function * * @returns Parsed Google Meet credentials object */ export declare function getCredentials(): GoogleMeetCredentials; export declare const actionGoogleMeet: ActionFile;