interface PullOptions { sourceOnly?: boolean; syncAfter?: boolean; check?: boolean; } export declare function pull(options?: PullOptions): Promise; export {}; //# sourceMappingURL=pull.d.ts.map