import WFWorkflowAction from '../interfaces/WF/WFWorkflowAction';
declare const _default: (options: {
    /** The address (public or private) to get */
    address?: "External" | "Local" | undefined;
    /** The type of address to get */
    type?: "IPv4" | "IPv6" | undefined;
}, output?: import("../interfaces/Variable").default | undefined) => WFWorkflowAction | WFWorkflowAction[];
export default _default;
