/**
 * Check if buffer is empty triming withspaces
 */
export declare function isEmptyOrWithSpace(arg: Buffer): boolean;
