import { IGetApplicationWebhookHistoryParams, IGetApplicationWebhookHistoryResponse, IPaginateApplicationWebhookHistoryParams, IPaginateApplicationWebhookHistoryQuery, IPaginateApplicationWebhookHistoryResponse } from '../types'; export declare const getApplicationWebhookHistory: (params: IGetApplicationWebhookHistoryParams) => Promise; export declare const paginateApplicationWebhookHistory: (params: IPaginateApplicationWebhookHistoryParams, query: IPaginateApplicationWebhookHistoryQuery) => Promise;