/// <reference types="node" />
declare const getFileIcon: (path: string, size?: 16 | 32 | 64 | 256) => Buffer;
export = getFileIcon;
