import type { AnyBoundary, BoundaryName } from '../types/utility.type'; export declare function getBoundaryName(boundary: Boundary): BoundaryName;