export declare function pitch(this: Context, remainingPath: any, precedingPath: any, data: {
    [key: string]: any;
}): void;
