import { CPUTensor } from '../../../../tensor/cpu/tensor'; import { DType } from '../../../../types'; export declare function bceBack(x: CPUTensor, y: CPUTensor): CPUTensor;