import type { ApiPlatformAdminRecord, DataTransformer, MercureOptions, MercureSubscription } from '../types.js'; declare const createSubscription: (mercure: MercureOptions, topic: string, callback: (document: ApiPlatformAdminRecord) => void, transformData?: DataTransformer) => MercureSubscription; export default createSubscription; //# sourceMappingURL=createSubscription.d.ts.map