export type PullResult = {
    success: boolean;
    error?: string;
};
//# sourceMappingURL=PullResult.d.ts.map