export default function unofficialNotice(): Promise<{
    isOk: boolean;
}>;
