/**
 * Farm plugin prepublish command, publish all packages under npm directory
 */
export declare function prepublish(): Promise<void>;
