import type OpenFin from '@openfin/core'; type ChannelConfig = { serviceChannel: string; }; export declare const ChannelClientConfig: ChannelConfig; export declare const initAwaitedChannelClient: () => { channelClientPromise: Promise; isInit: boolean; }; export declare const clearAwaitedChannelClient: () => void; export declare const getChannelClient: () => Promise; export {};