export interface SelfMove {
    id: string;
}
export declare const selfMove: (message: string) => {
    id: string;
};
