export declare const isUncorrelated: (curve: string) => boolean;
export declare const isStable: (curve: string) => boolean;
