import { TopicProvider } from "alepha/topic";

export abstract class LockTopicProvider extends TopicProvider {}
