export declare const getVulnDetailInfo: import("@activepieces/pieces-framework").IAction<import("@activepieces/pieces-framework").PieceAuthProperty, {
    startItem: import("@activepieces/pieces-framework").NumberProperty<false>;
    maxCountItem: import("@activepieces/pieces-framework").NumberProperty<false>;
    vulnId: import("@activepieces/pieces-framework").ArrayProperty<true>;
    lang: import("@activepieces/pieces-framework").StaticDropdownProperty<string, true>;
    ft: import("@activepieces/pieces-framework").StaticDropdownProperty<string, true>;
}>;
