export declare const INTERVIEW_INVITE_PATTERN: {
    sendInterviewInvite: string;
};
export declare const F2F_INTERVIEW_PATTERN: {
    fetchBookings: string;
    fetchBookingById: string;
    fetchInterviewsByInterviewerId: string;
    fetchInterviewsByCandidateId: string;
    createF2FInterview: string;
    createF2FInterviewRescheduleRequest: string;
    rejectF2FInterviewRescheduleRequest: string;
};
export declare const CALENDLY_PATTERN: {
    handleCalendlyWebhook: string;
};
