export type Padding = number | number[]; export type ParsedPadding = [number, number, number, number];