export declare const sieveOfEratosthenes: (limit: number) => number[]; export default sieveOfEratosthenes; //# sourceMappingURL=sieve_of_eratosthenes.d.ts.map