export declare const PIPE_REGEX: string;
export declare const PIPE_IN_BINDING_REGEX: string;
export declare function run(path: any): Promise<void>;
