import { CustomRepositoryService } from '@serene-dev/la-nest-library';
import { WebhookEntity } from '../entities/webhook.entity';
import { DataSource } from 'typeorm';
export declare class WebhookRepository extends CustomRepositoryService<WebhookEntity> {
    constructor(dataSource: DataSource);
}
export declare class WebhookRepositoryModule {
}
