export declare const command = "alias"; export declare const describe = "Refresh the list of aliases usable by the bpa run command."; export declare const aliases: string[]; /** * Execute the health command */ export declare const handler: () => void;