export declare function handleLabelCommand(labels: string[]): Promise<void>;
export declare function labelHelp(): string;
