import { CommandBase } from "./support/CommandBase";
export declare class PullEmailsCommand extends CommandBase {
    run(options: any): Promise<0 | 1>;
}
