interface ImgCatOptions { padding: boolean; trueColor: boolean; } export declare function fromFile(file: string, opts: ImgCatOptions): Promise; export {};