import { IntegrationEntity } from '@novu/dal'; import { IPushFactory, IPushHandler } from './interfaces'; export declare class PushFactory implements IPushFactory { handlers: IPushHandler[]; getHandler(integration: IntegrationEntity): IPushHandler; } //# sourceMappingURL=push.factory.d.ts.map