export declare const getVulnOverviewList: import("@activepieces/pieces-framework").IAction<import("@activepieces/pieces-framework").PieceAuthProperty, {
    startItem: import("@activepieces/pieces-framework").NumberProperty<false>;
    maxCountItem: import("@activepieces/pieces-framework").NumberProperty<false>;
    cpeName: import("@activepieces/pieces-framework").ArrayProperty<false>;
    vendorId: import("@activepieces/pieces-framework").ArrayProperty<false>;
    productId: import("@activepieces/pieces-framework").ArrayProperty<false>;
    keyword: import("@activepieces/pieces-framework").ShortTextProperty<false>;
    severity: import("@activepieces/pieces-framework").StaticDropdownProperty<string, false>;
    vector: import("@activepieces/pieces-framework").ShortTextProperty<false>;
    rangeDatePublic: import("@activepieces/pieces-framework").StaticDropdownProperty<string, true>;
    rangeDatePublished: import("@activepieces/pieces-framework").StaticDropdownProperty<string, true>;
    rangeDateFirstPublished: import("@activepieces/pieces-framework").StaticDropdownProperty<string, true>;
    lang: import("@activepieces/pieces-framework").StaticDropdownProperty<string, true>;
    ft: import("@activepieces/pieces-framework").StaticDropdownProperty<string, true>;
}>;
