import { Session } from 'koishi';
export declare function isSupportedPlatform(session: Session): boolean;
export declare function getInteractionId(session: Session): string;
export declare function getButtonData(session: Session): string | undefined;
