import { Complex } from "./complex"; export declare class Fourier { constructor(..._: never); static dft(input: (Number | Complex)[]): Complex[]; }