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