declare const GoogleCloudAdapter: any; export declare class PubSubAdapter extends GoogleCloudAdapter { constructor(props?: TConstructorProps); createTopic: (name: string) => Promise; getTopics: () => Promise[]>; getTopic: (name: string) => Promise; deleteTopic: (name: string) => Promise; publishMessage: (props: TPubSubPublish) => Promise; } export {}; //# sourceMappingURL=index.d.ts.map