import { z } from 'zod';
export declare const mapBoundary: import("@openassistant/utils").ExtendedTool<z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>, {
    success: boolean;
    boundary: never;
    error?: undefined;
    instruction?: undefined;
}, never, {
    getMapBoundary: () => never;
}>;
