import { ComplexDecimal } from './complex-decimal';
export declare const constantsTable: Array<[string, ComplexDecimal]>;
