export declare function formatDiscordStartupStatusMessage(params: {
    gatewayReady: boolean;
    botIdentity?: string;
}): string;
