export interface ApplyLocallyArgs { verbose?: boolean; } export declare function applyLocallyHandler(args: ApplyLocallyArgs): Promise;