/// export declare type callbackFn = (error: Error | null, result?: T) => void; export declare type StringOrBuffer = string | Buffer; export declare type PlistJsObj = Record | any[];