import { type DiscreteCosineTransformation } from './discrete-cosine-transformation';
import { createDctOfN } from './dct-n';
export { dct, idct } from './dct';
export { createDctOfN };
export declare const DCT8: DiscreteCosineTransformation;
export declare const FastDCT8: DiscreteCosineTransformation;
//# sourceMappingURL=index.d.ts.map