export declare const isPrime: (i: number, p: number[]) => boolean;
export declare const prime: (n: number) => number[];
