import { Boundary } from '../classes/boundary.class'; export declare function defineBoundary(type: Type, title: Title): Boundary;