declare function isBurner(value: any): boolean;

// EXPORTS //

export = isBurner;
