import { AxiosInstance } from 'axios'; declare type TExcluirWebhookProps = { axios: AxiosInstance; accessToken: string; }; export declare const excluirWebhook: (props: TExcluirWebhookProps) => Promise; export {};