import { Shape } from '../hmpb/shapes'; import { Corners } from '../types'; export declare function getCorners(shape: Shape, { maxSkewRadians }?: { maxSkewRadians?: number | undefined; }): Corners;