declare const isMultipleOf5: (value: number | any) => boolean;

export = isMultipleOf5;
