export declare const log: any; export declare function initWhitelist(): string[] | void; export declare function shouldSkipSubscribe(whitelist: string[] | void, topic: string): boolean;