import { SDK_Base } from '../../base';
import { SDK_Execution } from 'sdk/interfaces/sdk-execution';
import { SDK_GetAllCounty_Response } from './types';
export declare class SDK_Counties_List extends SDK_Base implements SDK_Execution {
execute(): Promise<SDK_GetAllCounty_Response>;
}