import { ICreateApplicationWebhookAdminBody, ICreateApplicationWebhookAdminParams, ICreateApplicationWebhookAdminResponse, IDeleteApplicationWebhookAdminParams, IGetApplicationWebhookAdminParams, IGetApplicationWebhookAdminResponse, IPaginateApplicationWebhookAdminQuery, IPaginateApplicationWebhookAdminResponse, IResetSecretApplicationWebhookAdminParams, IResetSecretApplicationWebhookAdminResponse, IUpdateApplicationWebhookAdminBody, IUpdateApplicationWebhookAdminParams, IUpdateApplicationWebhookAdminResponse } from '..'; export declare const getApplicationWebhookAdmin: (params: IGetApplicationWebhookAdminParams) => Promise; export declare const deleteApplicationWebhookAdmin: (params: IDeleteApplicationWebhookAdminParams) => Promise; export declare const updateApplicationWebhookAdmin: (params: IUpdateApplicationWebhookAdminParams, body: IUpdateApplicationWebhookAdminBody) => Promise; export declare const resetResetSecretApplicationWebhookAdmin: (params: IResetSecretApplicationWebhookAdminParams) => Promise; export declare const createApplicationWebhookAdmin: (params: ICreateApplicationWebhookAdminParams, body: ICreateApplicationWebhookAdminBody) => Promise; export declare const paginateApplicationWebhookAdmin: (query: IPaginateApplicationWebhookAdminQuery) => Promise;