export declare type PadPositionValue = 'start' | 'end'; export declare enum PadPosition { START = "start", END = "end" } export declare type TrimPositionValue = 'start' | 'end' | 'all'; export declare enum TrimPosition { START = "start", END = "end", ALL = "all" }