/**
 * External custom hook for managing bot id.
 */
export declare const useBotId: () => {
    getBotId: () => string | null;
};
//# sourceMappingURL=useBotId.d.ts.map