declare function fixupAlpha(arr: undefined[]): undefined[]; declare function fixupAlpha(arr: Array): number[]; export { fixupAlpha };