import { GoMeetingProps, GoMeetingPayload } from '..';
/**
 * Genera url formateada con session para ingresar a llamada
 *
 * @example
 *  const {url, log} = goMeeting(url, token, meetingId, email)
 */
export declare const goMeeting: (props: GoMeetingProps) => Promise<GoMeetingPayload>;
//# sourceMappingURL=goMeeting.d.ts.map