import { Box, Config, Face, Shape } from "./types"; export declare function checkMargin(box: Box, shape: Shape, config: Config): { code: number; text: string; }; export declare function checkSize(box: Box, shape: Shape, config: Config): { code: number; text: string; }; export declare function checkFace(face: Face, shape: Shape, config: Config): { code: number; text: string; };