export declare function webhooksListCommand(): Promise<void>;
export declare function webhooksAddCommand(url: string, opts: {
    type: string;
}): Promise<void>;
export declare function webhooksRemoveCommand(url: string, opts: {
    type: string;
}): Promise<void>;
