export type CidrBlock = string; export declare function LoadCidrBlock(current: CidrBlock, payload: any): CidrBlock;