import core from 'jscodeshift'; interface MotionCallback { (j: core.JSCodeshift, source: core.Collection): void; } export declare function applyMotions(j: core.JSCodeshift, source: ReturnType, motions: MotionCallback[]): void; export {};