import { Problem } from "leetcode-api-typescript"; export declare function New(slug: string, dst: string): Promise; export declare function Pull(slug: string, dst: string): Promise; export declare function DownloadProblem(problems: Array, dst: string): Promise;