import type { IExecuteFunctions } from 'n8n-workflow';
export declare function getPassport(ef: IExecuteFunctions): Promise<{
    json: import("../../api").CisAssessmentResponse;
}>;
export declare function createPassport(ef: IExecuteFunctions): Promise<{
    json: import("../../api").CisAssessmentResponse;
}>;
export declare function sendPassport(ef: IExecuteFunctions): Promise<{
    json: import("../../api").CisAssessmentResponse;
}>;
