export declare function getSize(size: number): string;
export declare function matchExt(suffix: string, ext: string[]): boolean;
